Contains the relative priority of a message.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Priority Priority { get; set; }Public Property Priority As Priority
Get
Set
Property Value
Type:
PriorityThe priority.
RemarksThis property and the
Importance property should not be confused. Importance indicates a value to users, while priority indicates the order or speed at which the message should be sent by the messaging system software. Higher priority usually indicates a higher cost. Higher importance usually is associated with a different display by the user interface.
See Also